home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / GLX / littleRedCap / shapes.h < prev    next >
Encoding:
Text File  |  1994-08-02  |  1.5 KB  |  62 lines

  1. /*
  2.  * Copyright 1993, 1994, Silicon Graphics, Inc.
  3.  * All Rights Reserved.
  4.  *
  5.  * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  6.  * the contents of this file may not be disclosed to third parties, copied or
  7.  * duplicated in any form, in whole or in part, without the prior written
  8.  * permission of Silicon Graphics, Inc.
  9.  *
  10.  * RESTRICTED RIGHTS LEGEND:
  11.  * Use, duplication or disclosure by the Government is subject to restrictions
  12.  * as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  13.  * and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  14.  * successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  15.  * rights reserved under the Copyright Laws of the United States.
  16.  */
  17. void wletterf(void);
  18. void fletterf(void);
  19.  
  20. void wtetra(void);
  21. void ftetra(void);
  22.  
  23. void setcube(float x, float y, float z);
  24. void wcube(void);
  25. void fcube(void);
  26.  
  27. void setbeam(float x, float y, float z);
  28. void wbeam(void);
  29. void fbeam(void);
  30.  
  31. void wocta(void);
  32. void focta(void);
  33.  
  34. void wdodeca(void);
  35. void fdodeca(void);
  36.  
  37. void wicosa(void);
  38. void ficosa(void);
  39.  
  40. void wcone(void);
  41. void fcone(void);
  42.  
  43. void wcylinder(void);
  44. void fcylinder(void);
  45. void fclocylinder(void);
  46.  
  47. void settorus(float rc, float rt);
  48. void wtorus(void);
  49. void ftorus(void);
  50.  
  51. void wsphere(void);
  52. void fsphere(void);
  53. void whemisphere(void);
  54. void fhemisphere(void);
  55. void psphere(void);
  56.  
  57. void axes(void);
  58.  
  59. void setbeachball(int stripes);
  60. void beachball(unsigned long color1, unsigned long color2);
  61.  
  62.